home *** CD-ROM | disk | FTP | other *** search
- Short: Font-sensitive gadget layout library
- Type: dev/gui
- Uploader: hackbod@xanth.cs.orst.edu
- Author: hackbod@xanth.cs.orst.edu
-
- This is a shared library which allows a program to create fully
- font-sensitive window layouts. Features automatic resizing support,
- hotkeys, jumping windows between public screens, simple vector
- drawing. Includes the library binary, and the header files and
- documentation needed to write a program using it. Shareware.
-
- Changes since previous upload:
-
- Version 2.4 (August 18, 1993 at 2:08AM) :
-
- The state of SLIDER_KIND gadgets was incorrectly tracked when
- the gadget's arrow buttons were used. It seems that the arrows never
- send an IDCMP_GADGETUP event so, until a work-around can be found,
- go_ActCmdInfo will be left pointing to the slider gadget until another
- gadget event occurs. Hopefully, this will not cause any problems.
-
- Version 2.3 (August 08, 1993 at 2:49AM) :
-
- Corrected bug in the default dimensions of CYCLE_KIND gadgets which
- by default did not provide enough horizontal width.
-
- Version 2.2 (August 07, 1993 at 3:41AM) :
-
- The builtin GadTools hook will now try to move a listview's top so that
- the currently selected node is visible whenever the tag GTLV_Top, ~0 is
- included in the update list and there is a GTLV_Selected tag in either
- the update list or the command's object list.
-
- Version 2.1 (July 30, 1993 at 5:29PM) :
-
- GODT_ResetBounds was parsing its arguments in the wrong order;
- instead of (x1,y1,x2,y2) it was doing (y2,x2,y1,x1).
-
- TXTMD_RELCENTER now rounds up so that fonts with an even point size
- are correctly centered.
-